Skip to content

Remove unused react-mentions dependency#144

Open
hbmartin wants to merge 1 commit intossdeanx:mainfrom
hbmartin:remove-unused-dep
Open

Remove unused react-mentions dependency#144
hbmartin wants to merge 1 commit intossdeanx:mainfrom
hbmartin:remove-unused-dep

Conversation

@hbmartin
Copy link
Copy Markdown

@hbmartin hbmartin commented Apr 18, 2026

Summary by Sourcery

Build:

  • Remove the unused react-mentions package from package.json and lockfile dependencies.

Copilot AI review requested due to automatic review settings April 18, 2026 21:10
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 18, 2026

@hbmartin is attempting to deploy a commit to the deanmachines Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai bot commented Apr 18, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR removes the unused react-mentions dependency from the project dependencies and lockfile to simplify the dependency graph and reduce bundle size and install surface area.

File-Level Changes

Change Details Files
Remove react-mentions from runtime dependencies and lockfile entries.
  • Delete react-mentions from the dependencies list in package.json
  • Purge react-mentions and its transitive resolution data from package-lock.json to match the updated dependency tree
package.json
package-lock.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 18, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 8ed1aa04-e583-40b4-9885-d7e5f00f467e

📥 Commits

Reviewing files that changed from the base of the PR and between 89f7eb2 and bb016aa.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json
💤 Files with no reviewable changes (1)
  • package.json

Summary by CodeRabbit

  • Chores
    • Removed the mentions feature from the application.

Walkthrough

Removed the react-mentions npm dependency (version ^4.4.10) from package.json, reducing the project's external package requirements.

Changes

Cohort / File(s) Summary
Dependency Removal
package.json
Removed react-mentions (^4.4.10) from project dependencies.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A mention too much, we've gently erased,
One package removed from our dependency base,
The bundle grows lighter, our code more refined,
Simpler and cleaner—what joy we now find! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: removing the unused react-mentions dependency from package.json.
Description check ✅ Passed The description is directly related to the changeset, explaining the removal of the unused react-mentions package from package.json and lockfile.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@kilo-code-bot
Copy link
Copy Markdown
Contributor

kilo-code-bot bot commented Apr 18, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (2 files)
  • package.json - Dependency removal
  • package-lock.json - Lockfile update

Reviewed by grok-code-fast-1:optimized:free · 127,236 tokens

Copy link
Copy Markdown

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the unused react-mentions dependency from the project, reducing dependency footprint and keeping the dependency graph lean.

Changes:

  • Removed react-mentions from package.json dependencies.
  • Updated package-lock.json to remove the corresponding locked package entries.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Drops react-mentions from direct dependencies.
package-lock.json Removes react-mentions (and its nested lock entries) from the lockfile.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes the react-mentions dependency from the package.json file. I have no feedback to provide as there are no review comments to evaluate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants